From: kfraser@localhost.localdomain Date: Thu, 12 Oct 2006 13:14:12 +0000 (+0100) Subject: [HVMLOADER] Remove an unused variable from an SMBIOS function. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15615^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=bfebdba8ee1fa4e033722e6013167c015ce6e711;p=xen.git [HVMLOADER] Remove an unused variable from an SMBIOS function. Signed-off-by: Keir Fraser --- diff --git a/tools/firmware/hvmloader/smbios.c b/tools/firmware/hvmloader/smbios.c index 723cc2d693..3c8d6e32b8 100644 --- a/tools/firmware/hvmloader/smbios.c +++ b/tools/firmware/hvmloader/smbios.c @@ -92,7 +92,6 @@ write_smbios_tables(void *start, unsigned cpu_num, nr_structs = 0, max_struct_size = 0; char *p, *q; char cpu_manufacturer[15]; - size_t structure_table_length; get_cpu_manufacturer(cpu_manufacturer, 15);